From: Sascha Steinbiss Date: Sun, 30 Mar 2025 10:03:02 +0000 (+0200) Subject: do not clean vendor directory on distclean X-Git-Tag: archive/raspbian/1%6.0.1-3+rpi1+deb11u1^2~17 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7adad0464b0106b947e71aecacddf74458255270;p=suricata.git do not clean vendor directory on distclean Last-Update: 2018-12-26 dh_auto_clean calls make distclean, which in the case of Suricata also removes the vendor directory. This breaks repeated builds. Gbp-Pq: Name fix-repeated-builds.patch --- diff --git a/rust/Makefile.am b/rust/Makefile.am index 92470126..bcf5fab0 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -61,7 +61,7 @@ distclean-local: rm -f Cargo.lock maintainerclean-local: - rm -rf vendor gen + rm -rf gen check: CARGO_HOME="$(CARGO_HOME)" @rustup_home@ \